﻿@charset "UTF-8";
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%% NavBar Desktop %%%%%%%%%%%%%%%%%%%%%%*/
/*================== Navbar Desktop =============*/
/*%%%%%%%%%%%%%%%%%%%%%%%% END of Navbar Desktop %%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%% Navbar Mobile %%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%% END of Navbar Mobile %%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%  Footer  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%  End OF Footer  %%%%%%%%%%%%%%%%%%%%%%%%%%%*/
@import url("https://v1.fontapi.ir/css/Shabnam");
@media screen and (max-width: 1366px) {
  .select-box-Model__input-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .select-box-size__input-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .select-box-Season__input-text {
    font-size: 14px;
  }
}
/*=======================  Search bar =====================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Shabnam", sans-serif;
  direction: rtl;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Shabnam", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Optional: Box sizing reset */
* {
  box-sizing: border-box;
  font-family: Shabnam, sans-serif;
}

/* Optional: Remove outline for accessibility */
:focus {
  outline: none;
}

/* Optional: Responsive images */
img {
  max-width: 100%;
  height: auto;
}

/* Optional: Remove default button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Shabnam", sans-serif;
}

/* Optional: Remove default input styles */
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: "Shabnam", sans-serif;
  font-size: inherit;
  color: inherit;
}

/* Optional: Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
  font-family: "Shabnam", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shabnam", sans-serif;
}

* {
  /* سایر استایل‌ها */
  user-select: text; /* اجازه انتخاب متن را می‌دهد */
  -webkit-user-select: text; /* برای مرورگرهای مبتنی بر WebKit */
  -moz-user-select: text; /* برای فایرفاکس */
  -ms-user-select: text; /* برای اینترنت اکسپلورر/Edge */
  /* استایل متن انتخاب شده */
}

*::selection {
  background: highlight; /* رنگ پیش‌فرض مرورگر برای پس‌زمینه */
  color: highlighttext; /* رنگ پیش‌فرض مرورگر برای متن */
  /* background: #0078d7; */
  /* color: white; */
}

@media (max-width: 768px) {
  /*.no-highlight-mobile {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }*/
  /*.no-highlight-mobile::selection {
      background-color: transparent;
      color: inherit;
  }*/
}
header {
  width: 100%;
  background: none;
}

.Navbar-Desktop {
  display: flex;
  width: 100%;
  position: absolute;
}
.Navbar-Desktop Nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
}

.Navbar_Desktop_logo {
  width: 4%;
  margin-right: 2rem;
  padding-left: 2rem;
}
.Navbar_Desktop_logo a img {
  width: 100%;
  margin-top: 1rem;
}

.Navbar_Desktop_Links {
  display: flex;
}
.Navbar_Desktop_Links ul {
  display: flex;
}
.Navbar_Desktop_Links ul li {
  display: flex;
}
.Navbar_Desktop_Links ul li a {
  text-decoration: none;
  margin: 0 2.2rem;
  color: #2D2942;
  font-weight: 900;
  font-size: larger;
  transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.Navbar_Desktop_Links ul li a:hover {
  color: #FB691C;
  transform: scale(1.2);
}
.Navbar_Desktop_Links ul li a :active {
  color: #FB691C;
}

.Navbar_Desktop_Buttons {
  display: flex;
  margin-left: 2rem;
}

.Button-NavBar {
  margin: 0.7rem;
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.Button-NavBar > span {
  top: -4px;
  right: -4px;
  position: absolute;
  background-color: #FF3D00;
  width: 18px;
  height: 15px;
  font-size: 12px;
  display: flex;
  padding-top: 0.2rem;
  justify-content: center;
  color: #fff;
  border-radius: 17px;
  z-index: 1;
}
.Button-NavBar > ul {
  background-color: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(10px);
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
  top: 35px;
  right: -50px;
  width: 195px;
  padding: 0.2rem 0;
  list-style: none;
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  border-radius: 8px;
}
.Button-NavBar > ul > li {
  width: 90%;
  list-style: none;
  padding: 0.5rem 0.3rem;
  border-radius: 8px;
}
.Button-NavBar > ul > li:hover {
  background-color: rgba(219, 219, 219, 0.431372549);
}
.Button-NavBar > ul > li > a {
  width: 100%;
  text-decoration: none;
  color: #2D2942;
  padding: 0.5rem 0.3rem;
}

.NDB__user:hover .NDB__user_ul {
  display: flex;
}

.NDB__Shop:hover .NDB__Shop_ul {
  display: flex;
}

.NDB__Notification > ul {
  right: -70px;
}

.NDB__Notification:hover .NDB__Notification_ul {
  display: flex;
}

.NDB-Search {
  position: relative;
}
.NDB-Search__Input {
  width: 300px;
  top: 25px;
  right: -280px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5803921569);
  padding: 1rem 0.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  backdrop-filter: blur(10px);
}
.NDB-Search__Input > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(219, 219, 219, 0.431372549);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  width: 100%;
}
.NDB-Search__Input > div > input {
  width: 85%;
  height: 1.7rem;
  background: none;
  text-align: center;
  color: #2D2942;
  border: none;
  outline: none;
}
.NDB-Search__Input > div > bestui-icon {
  cursor: pointer;
}
.NDB-Search:hover .NDB-Search__Input {
  display: flex;
}

.section-search-bar {
  width: 60%;
  margin: 2.5rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-search-bar > h2 {
  width: 100%;
  text-align: center;
}

.serach-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: white;
  border-radius: 17px;
  padding: 0 0.2rem;
  margin-top: 1.5rem;
  width: 60%;
  height: 2.5rem;
}
.serach-bar > input {
  border: none;
  outline: none;
  width: 95%;
  text-align: center;
  font-size: 16px;
  margin-left: 0.1rem;
}
.serach-bar > bestui-icon {
  cursor: pointer;
  width: 30px;
  margin-right: 0.5rem;
}

.select-boxs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 2rem;
  margin-top: 2rem;
}
.select-boxs > button {
  background: linear-gradient(180deg, #FF6E22 0%, #FF3D00 98.25%);
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  padding: 8px 11px;
  color: #fff;
  font-size: large;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 170px;
  height: 35px;
  outline: none !important;
  border: none;
  transition: all 300ms ease-in-out;
  border: none;
  outline: none;
  font-size: 15px;
  height: 2.8rem;
  font-weight: 400;
}
.select-boxs > button:hover {
  transition: all 300ms ease-in-out;
  background: linear-gradient(180deg, #FF3D00 0%, #FF3D00 98.25%);
}

.Section-select-box-Model {
  width: 25%;
}
.Section-select-box-Model .select-box-Model {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #2D2942;
  background-color: #fff;
  border-radius: 17px;
}
.Section-select-box-Model .select-box-Model__current {
  direction: rtl;
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 17px;
}
.Section-select-box-Model .select-box-Model__current:focus + .select-box-Model__list {
  opacity: 1;
  animation-name: none;
}
.Section-select-box-Model .select-box-Model__current:focus + .select-box-Model__list .select-box-Model__option {
  cursor: pointer;
}
.Section-select-box-Model .select-box-Model__current:focus .select-box-Model__icon {
  transform: translateY(-50%) rotate(180deg);
}
.Section-select-box-Model .select-box-Model__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 25px;
  opacity: 0.9;
  transition: 0.5s ease;
}
.Section-select-box-Model .select-box-Model__value {
  display: flex;
  margin-right: 2rem;
}
.Section-select-box-Model .select-box-Model__input {
  display: none;
}
.Section-select-box-Model .select-box-Model__input:checked + .select-box-Model__input-text {
  display: block;
}
.Section-select-box-Model .select-box-Model .select-box-Model__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  margin-right: 0.1rem;
}
.Section-select-box-Model .select-box-Model__list {
  position: absolute;
  width: 100%;
  padding: 0.3rem 0.5rem;
  list-style: none;
  opacity: 0;
  margin-top: 0.3rem;
  background-color: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(10px);
  border-radius: 17px;
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.Section-select-box-Model .select-box-Model__option {
  display: block;
  padding: 8px;
  margin: 0.3rem 0;
  border-radius: 8px;
  transition: all 200ms ease;
}
.Section-select-box-Model .select-box-Model__option:hover, .Section-select-box-Model .select-box-Model__option:focus {
  background-color: rgba(219, 219, 219, 0.431372549);
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.Section-select-box-size {
  width: 25%;
}
.Section-select-box-size .select-box-size {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #2D2942;
  background-color: #fff;
  border-radius: 17px;
}
.Section-select-box-size .select-box-size__current {
  direction: rtl;
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 17px;
}
.Section-select-box-size .select-box-size__current:focus + .select-box-size__list {
  opacity: 1;
  animation-name: none;
}
.Section-select-box-size .select-box-size__current:focus + .select-box-size__list .select-box-size__option {
  cursor: pointer;
}
.Section-select-box-size .select-box-size__current:focus .select-box-size__icon {
  transform: translateY(-50%) rotate(180deg);
}
.Section-select-box-size .select-box-size__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 25px;
  opacity: 0.9;
  transition: 0.5s ease;
}
.Section-select-box-size .select-box-size__value {
  display: flex;
  margin-right: 2rem;
}
.Section-select-box-size .select-box-size__input {
  display: none;
}
.Section-select-box-size .select-box-size__input:checked + .select-box-size__input-text {
  display: block;
}
.Section-select-box-size .select-box-size .select-box-size__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  margin-right: 0.1rem;
}
.Section-select-box-size .select-box-size__list {
  position: absolute;
  width: 100%;
  padding: 0.3rem 0.5rem;
  list-style: none;
  opacity: 0;
  margin-top: 0.3rem;
  background-color: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(10px);
  border-radius: 17px;
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.Section-select-box-size .select-box-size__option {
  display: block;
  padding: 8px;
  margin: 0.3rem 0;
  border-radius: 8px;
  transition: all 200ms ease;
}
.Section-select-box-size .select-box-size__option:hover, .Section-select-box-size .select-box-size__option:focus {
  background-color: rgba(219, 219, 219, 0.431372549);
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.Section-select-box-Season {
  width: 25%;
}
.Section-select-box-Season .select-box-Season {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #2D2942;
  background-color: #fff;
  border-radius: 17px;
}
.Section-select-box-Season .select-box-Season__current {
  direction: rtl;
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 17px;
}
.Section-select-box-Season .select-box-Season__current:focus + .select-box-Season__list {
  opacity: 1;
  animation-name: none;
}
.Section-select-box-Season .select-box-Season__current:focus + .select-box-Season__list .select-box-Season__option {
  cursor: pointer;
}
.Section-select-box-Season .select-box-Season__current:focus .select-box-Season__icon {
  transform: translateY(-50%) rotate(180deg);
}
.Section-select-box-Season .select-box-Season__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 25px;
  opacity: 0.9;
  transition: 0.5s ease;
}
.Section-select-box-Season .select-box-Season__value {
  display: flex;
  margin-right: 2rem;
}
.Section-select-box-Season .select-box-Season__input {
  display: none;
}
.Section-select-box-Season .select-box-Season__input:checked + .select-box-Season__input-text {
  display: block;
}
.Section-select-box-Season .select-box-Season .select-box-Season__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  margin-right: 0.1rem;
}
.Section-select-box-Season .select-box-Season__list {
  position: absolute;
  width: 100%;
  padding: 0.3rem 0.5rem;
  list-style: none;
  opacity: 0;
  margin-top: 0.3rem;
  background-color: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(10px);
  border-radius: 17px;
  box-shadow: 0 2px 10px 0 rgba(22, 23, 77, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.Section-select-box-Season .select-box-Season__option {
  display: block;
  padding: 8px;
  margin: 0.3rem 0;
  border-radius: 8px;
  transition: all 200ms ease;
}
.Section-select-box-Season .select-box-Season__option:hover, .Section-select-box-Season .select-box-Season__option:focus {
  background-color: rgba(219, 219, 219, 0.431372549);
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@media screen and (max-width: 1920px) {
  .select-boxs {
    justify-content: center;
  }
  .Section-select-box-Model, .Section-select-box-Season, .Section-select-box-size {
    width: 20%;
    margin: 0.5rem 0.7rem;
  }
}
@media screen and (max-width: 1440px) {
  .select-boxs {
    justify-content: space-between;
  }
  .select-boxs > button {
    width: 210px;
  }
  .Section-select-box-Model, .Section-select-box-Season, .Section-select-box-size {
    width: 32%;
    margin: 0.5rem;
  }
}
@media screen and (Max-width: 768px) {
  .section-search-bar {
    width: 95%;
  }
  .serach-bar {
    width: 90%;
  }
  .select-boxs {
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .select-boxs > button {
    margin-top: 3rem;
  }
  .Section-select-box-Model, .Section-select-box-Season, .Section-select-box-size {
    width: 32%;
    margin: 0 0.25rem;
  }
}
@media screen and (max-width: 425px) {
  .select-boxs > button {
    margin: 1.5rem 0;
  }
  .Section-select-box-Model, .Section-select-box-Season, .Section-select-box-size {
    width: 80%;
    margin: 0.5rem 0;
  }
}
/*===================== End Of Search bar =====================*/
.Container_Serchbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-top: 4rem;
}

.Container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Container__Header {
  width: 100%;
  display: flex;
  padding: 0.5rem 1rem 0.5rem 0;
}
.Container__Main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.Container__Main__Boxs {
  display: flex;
  flex-wrap: wrap;
  margin: 0.3rem;
}
.Container__Main__Box {
  width: 200px;
  margin: 0.2rem;
  padding: 0.5rem 0.6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #2D2942;
  flex: 0 0 auto;
  margin-right: 0.2rem;
  scroll-snap-stop: always;
}
.Container__Main__Box > p {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF3D00;
  width: 90%;
  height: 1.5rem;
  color: #fff;
  position: absolute;
  top: 0px;
  border-radius: 0 0 10px 10px;
}
.Container__Main__Box > img {
  width: 200px;
  height: 200px;
  border-radius: 8px;
}
.Container__Main__Box > h3 {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem;
}
.Container__Main__Box > div {
  width: 100%;
  margin: 0.1rem 0;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.Container__Main__Box > div > p {
  font-size: 14px;
}
.Container__Main__Box > div > div {
  display: flex;
  align-items: center;
}

@media screen and (max-Width: 768px) {
  .Container__Main__Box {
    margin: 0.2rem 0.15rem !important;
    padding: 0 !important;
  }
}
